object OptionsForm: TOptionsForm Left = 199 Top = 163 BorderStyle = bsDialog Caption = 'EasyCD Preferences' ClientHeight = 253 ClientWidth = 395 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 102 Top = 224 Width = 75 Height = 23 Caption = 'Ok' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 218 Top = 224 Width = 75 Height = 23 Caption = 'Cancel' TabOrder = 1 OnClick = Button2Click end object PageControl1: TPageControl Left = 5 Top = 5 Width = 385 Height = 218 ActivePage = TabSheet1 HotTrack = True MultiLine = True Style = tsFlatButtons TabOrder = 2 object TabSheet1: TTabSheet Caption = 'General' object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 241 Height = 137 Caption = 'Options' TabOrder = 0 object Label3: TLabel Left = 136 Top = 81 Width = 26 Height = 13 Caption = 'pixels' end object CheckBox2: TCheckBox Left = 8 Top = 16 Width = 177 Height = 17 Caption = '&Stop CD playing on exit' TabOrder = 0 end object CheckBox6: TCheckBox Left = 8 Top = 32 Width = 153 Height = 17 Caption = '&Exit on Eject' TabOrder = 1 end object ESnap: TEdit Left = 106 Top = 79 Width = 27 Height = 18 AutoSize = False TabOrder = 5 Text = '10' end object CBSnap: TCheckBox Left = 8 Top = 80 Width = 97 Height = 17 Caption = 'S&nap window at' Checked = True State = cbChecked TabOrder = 4 end object CBUseToolTips: TCheckBox Left = 8 Top = 64 Width = 89 Height = 17 Caption = 'Use T&oolTips' Checked = True State = cbChecked TabOrder = 3 end object CBAutoscroll: TCheckBox Left = 8 Top = 48 Width = 169 Height = 17 Caption = 'Autos&croll Songname' Checked = True State = cbChecked TabOrder = 2 end object CDShowTime: TCheckBox Left = 8 Top = 96 Width = 193 Height = 17 Caption = 'S&how songs time in PopUp menu' Checked = True State = cbChecked TabOrder = 6 end object CBShowInTaskbar: TCheckBox Left = 8 Top = 112 Width = 161 Height = 17 Caption = 'Show EasyCD in &Taskbar' TabOrder = 7 end end object GroupBox2: TGroupBox Left = 248 Top = 0 Width = 129 Height = 73 Caption = 'Show in ToolTip' TabOrder = 1 object CheckBox3: TCheckBox Left = 8 Top = 16 Width = 49 Height = 17 Caption = '&Artist' Checked = True State = cbChecked TabOrder = 0 end object CheckBox4: TCheckBox Left = 8 Top = 32 Width = 49 Height = 17 Caption = 'T&itle' Checked = True State = cbChecked TabOrder = 1 end object CheckBox5: TCheckBox Left = 8 Top = 48 Width = 49 Height = 17 Caption = '&Track' Checked = True State = cbChecked TabOrder = 2 end end object GroupBox3: TGroupBox Left = 248 Top = 80 Width = 129 Height = 57 Caption = 'CD-ROM' TabOrder = 2 object CDDriveList: TComboBox Left = 8 Top = 16 Width = 113 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = CDDriveListChange end end end object TabSheet3: TTabSheet Caption = 'CDDB' ImageIndex = 2 object RGUseCDDB: TRadioGroup Left = 0 Top = 56 Width = 377 Height = 73 Caption = 'When new CD is &detected' ItemIndex = 2 Items.Strings = ( 'Use CDDB' 'Prompt to use CDDB' 'Do not use CDDB') TabOrder = 1 end object GroupBox5: TGroupBox Left = 0 Top = 0 Width = 377 Height = 49 Caption = 'CDDB Server' TabOrder = 0 object EHostAddress: TEdit Left = 8 Top = 17 Width = 289 Height = 21 TabStop = False Color = clBtnFace ReadOnly = True TabOrder = 0 Text = 'cddb.cddb.com' end object Button3: TButton Left = 304 Top = 16 Width = 65 Height = 23 Caption = 'Change' Enabled = False TabOrder = 1 end end object GroupBox6: TGroupBox Left = 0 Top = 136 Width = 377 Height = 49 TabOrder = 2 object LServer: TLabel Left = 8 Top = 18 Width = 41 Height = 13 Caption = 'Address:' Enabled = False end object LPort: TLabel Left = 294 Top = 18 Width = 22 Height = 13 Caption = 'Port:' Enabled = False end object ServerEdit: TEdit Left = 53 Top = 16 Width = 233 Height = 21 Enabled = False TabOrder = 0 end object PortEdit: TEdit Left = 320 Top = 16 Width = 49 Height = 21 Enabled = False TabOrder = 1 end object CDDBAccess: TCheckBox Left = 9 Top = 0 Width = 210 Height = 14 Caption = 'Access the &Internet using a proxy server' Enabled = False TabOrder = 2 OnClick = CheckBox7Click end end end object TabSheet4: TTabSheet Caption = 'TrayIcon' ImageIndex = 3 object RGClick: TRadioGroup Left = 0 Top = 0 Width = 185 Height = 89 Caption = 'On &Click' ItemIndex = 0 Items.Strings = ( 'Pause/Resume' 'Next Track' 'Previous Track' 'Hide/Restore EasyCD') TabOrder = 0 end object RGDblClick: TRadioGroup Left = 192 Top = 0 Width = 185 Height = 89 Caption = 'On &DblClick' ItemIndex = 1 Items.Strings = ( 'Pause/Resume' 'Next Track' 'Previous Track' 'Hide/Restore EasyCD') TabOrder = 1 end object RGRightClick: TRadioGroup Left = 0 Top = 96 Width = 377 Height = 41 Caption = 'On &RightClick' Columns = 2 ItemIndex = 0 Items.Strings = ( 'EasyCD Menu' 'TrackList Menu') TabOrder = 2 end end end object TopMost1: TTopMost Left = 56 Top = 232 end end